projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbca44
)
entry: Implement clip
author
Benjamin Otte
<otte@redhat.com>
Sat, 24 May 2014 14:20:48 +0000
(16:20 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 24 May 2014 14:20:48 +0000
(16:20 +0200)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 1a35d382051abf7b406e8db6a4b6ac13db1990cf..ed96871a63255acb522e9aa741b3e75febcea4e4 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-3690,6
+3690,8
@@
gtk_entry_size_allocate (GtkWidget *widget,
if (completion)
_gtk_entry_completion_resize_popup (completion);
}
+
+ _gtk_widget_set_simple_clip (widget);
}
static gboolean